home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / User Interface / General / MacMiNT / root.zoo / perl / macline < prev    next >
Text File  |  1993-10-03  |  162b  |  7 lines

  1. # usage - perl -pi.bak macline <file...>
  2. # convert text files from Mac to UNIX format.
  3. # do not use under TOS file system.
  4. binmode(select);
  5. $/ = "\r";
  6. s/\r/\n/g;
  7.